Html Css Color HEX #12672F Crusoe

📋 copy color: '#12672F'

red 18 ◦ green 103 ◦ blue 47

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

Shades of Crusoe #12672F

Tints of Crusoe #12672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 61.31%

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

R = 10.71%
G = 61.31%
B = 27.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#12672F (or 0x12672F) is known color: Crusoe. HEX triplet: 12, 67 and 2F. RGB value is (18,103,47). Sum of RGB (Red+Green+Blue) = 18+103+47=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #12672F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12672F is #ED98D0. Grayscale: #474747. Windows color (decimal): -15571153 or 3106578. OLE color: 3106578.

HSL color Cylindrical-coordinate representation of color #12672F: hue angle of 140.47º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12672F is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 47 -
CMYK 0.83 0 0.54 0.60
HSL 140.47º 0.7% 0.24% -
HSV(B) 140.47º 0.83% 0.4% -
XYZ 5.61 10.03 4.33 -
YUV 71.2 114.34 90.05 -
System Red Green Blue C M Y K H S L
Decimal 18 103 47 0.83 0 0.54 0.60 140.47 0.7 0.24
Hex 12 67 2F 53 0 36 3C 8C 46 18
Octal 22 147 57 123 0 66 74 214 106 30
Binary 10010 1100111 101111 1010011 0 110110 111100 10001100 1000110 11000

Color Harmonies of #12672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12672F

Black with #12672F

Text Example


Text Example

White with #12672F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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