Html Css Color HEX #12672C Crusoe

📋 copy color: '#12672C'

red 18 ◦ green 103 ◦ blue 44

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

Shades of Crusoe #12672C

Tints of Crusoe #12672C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 10.91%
G = 62.42%
B = 26.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#12672C (or 0x12672C) is known color: Crusoe. HEX triplet: 12, 67 and 2C. RGB value is (18,103,44). Sum of RGB (Red+Green+Blue) = 18+103+44=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 103 (40.62% from 255 or 62.42% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 103 - color contains mainly: green. Hex color #12672C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12672C is #ED98D3. Grayscale: #474747. Windows color (decimal): -15571156 or 2909970. OLE color: 2909970.

HSL color Cylindrical-coordinate representation of color #12672C: hue angle of 138.35º 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 #12672C is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 44 -
CMYK 0.83 0 0.57 0.60
HSL 138.35º 0.7% 0.24% -
HSV(B) 138.35º 0.83% 0.4% -
XYZ 5.55 10.01 4.02 -
YUV 70.86 112.84 90.3 -
System Red Green Blue C M Y K H S L
Decimal 18 103 44 0.83 0 0.57 0.60 138.35 0.7 0.24
Hex 12 67 2C 53 0 39 3C 8A 46 18
Octal 22 147 54 123 0 71 74 212 106 30
Binary 10010 1100111 101100 1010011 0 111001 111100 10001010 1000110 11000

Color Harmonies of #12672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12672C

Black with #12672C

Text Example


Text Example

White with #12672C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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