Html Css Color HEX #123F2E Sherwood Green

📋 copy color: '#123F2E'

red 18 ◦ green 63 ◦ blue 46

#123F2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #123F2E

Tints of Sherwood Green #123F2E

RGB

 RED value IS 18 (7.42% from 255) = 14.17%

 GREEN value IS 63 (25% from 255) = 49.61%

 BLUE value IS 46 (18.36% from 255) = 36.22%

R = 14.17%
G = 49.61%
B = 36.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#123F2E (or 0x123F2E) is known color: Sherwood Green. HEX triplet: 12, 3F and 2E. RGB value is (18,63,46). Sum of RGB (Red+Green+Blue) = 18+63+46=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #123F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F2E is #EDC0D1. Grayscale: #2F2F2F. Windows color (decimal): -15581394 or 3030802. OLE color: 3030802.

HSL color Cylindrical-coordinate representation of color #123F2E: hue angle of 157.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F2E is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 63 46 -
CMYK 0.71 0 0.27 0.75
HSL 157.33º 0.56% 0.16% -
HSV(B) 157.33º 0.71% 0.25% -
XYZ 2.52 3.88 3.2 -
YUV 47.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 18 63 46 0.71 0 0.27 0.75 157.33 0.56 0.16
Hex 12 3F 2E 47 0 1B 4B 9D 38 10
Octal 22 77 56 107 0 33 113 235 70 20
Binary 10010 111111 101110 1000111 0 11011 1001011 10011101 111000 10000

Color Harmonies of #123F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F2E

Black with #123F2E

Text Example


Text Example

White with #123F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123F2E; }

 p { color: rgb(18,63,46); }

 H1.HeaderClassName
 {
   color: #123F2E;
 }
 .AnyTagClassName
 {
   color: #123F2E;
 }
</style>

background-color css

<style>
 a { background-color: #123F2E; }

 a { background-color: rgb(18,63,46); }

 div.DivClassName
 {
   background-color: #123F2E;
 }
 .BgClassName
 {
   background-color: #123F2E;
 }
</style>

border-color css

<style>
 span { border-color: #123F2E; }

 span { border-color: rgb(18,63,46); }

 td.TdClassName
 {
   border-color: #123F2E;
 }
 .TagClassName
 {
   border-color: #123F2E;
 }
</style>