Html Css Color HEX #12671F Crusoe

📋 copy color: '#12671F'

red 18 ◦ green 103 ◦ blue 31

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

Shades of Crusoe #12671F

Tints of Crusoe #12671F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 11.84%
G = 67.76%
B = 20.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#12671F (or 0x12671F) is known color: Crusoe. HEX triplet: 12, 67 and 1F. RGB value is (18,103,31). Sum of RGB (Red+Green+Blue) = 18+103+31=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #12671F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12671F is #ED98E0. Grayscale: #454545. Windows color (decimal): -15571169 or 2058002. OLE color: 2058002.

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

Color convert

RGB 18 103 31 -
CMYK 0.83 0 0.70 0.60
HSL 129.18º 0.7% 0.24% -
HSV(B) 129.18º 0.83% 0.4% -
XYZ 5.35 9.93 2.93 -
YUV 69.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 18 103 31 0.83 0 0.70 0.60 129.18 0.7 0.24
Hex 12 67 1F 53 0 46 3C 81 46 18
Octal 22 147 37 123 0 106 74 201 106 30
Binary 10010 1100111 11111 1010011 0 1000110 111100 10000001 1000110 11000

Color Harmonies of #12671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12671F

Black with #12671F

Text Example


Text Example

White with #12671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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