Html Css Color HEX #12402F Sherwood Green

📋 copy color: '#12402F'

red 18 ◦ green 64 ◦ blue 47

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

Shades of Sherwood Green #12402F

Tints of Sherwood Green #12402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 49.61%

 BLUE value IS 47 (18.75% from 255) = 36.43%

R = 13.95%
G = 49.61%
B = 36.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#12402F (or 0x12402F) is known color: Sherwood Green. HEX triplet: 12, 40 and 2F. RGB value is (18,64,47). Sum of RGB (Red+Green+Blue) = 18+64+47=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #12402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12402F is #EDBFD0. Grayscale: #303030. Windows color (decimal): -15581137 or 3096594. OLE color: 3096594.

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

Color convert

RGB 18 64 47 -
CMYK 0.72 0 0.27 0.75
HSL 157.83º 0.56% 0.16% -
HSV(B) 157.83º 0.72% 0.25% -
XYZ 2.6 4 3.32 -
YUV 48.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 18 64 47 0.72 0 0.27 0.75 157.83 0.56 0.16
Hex 12 40 2F 48 0 1B 4B 9E 38 10
Octal 22 100 57 110 0 33 113 236 70 20
Binary 10010 1000000 101111 1001000 0 11011 1001011 10011110 111000 10000

Color Harmonies of #12402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12402F

Black with #12402F

Text Example


Text Example

White with #12402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12402F; }

 p { color: rgb(18,64,47); }

 H1.HeaderClassName
 {
   color: #12402F;
 }
 .AnyTagClassName
 {
   color: #12402F;
 }
</style>

background-color css

<style>
 a { background-color: #12402F; }

 a { background-color: rgb(18,64,47); }

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

border-color css

<style>
 span { border-color: #12402F; }

 span { border-color: rgb(18,64,47); }

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