Html Css Color HEX #12651E Crusoe

📋 copy color: '#12651E'

red 18 ◦ green 101 ◦ blue 30

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

Shades of Crusoe #12651E

Tints of Crusoe #12651E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 67.79%

 BLUE value IS 30 (12.11% from 255) = 20.13%

R = 12.08%
G = 67.79%
B = 20.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#12651E (or 0x12651E) is known color: Crusoe. HEX triplet: 12, 65 and 1E. RGB value is (18,101,30). Sum of RGB (Red+Green+Blue) = 18+101+30=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #12651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12651E is #ED9AE1. Grayscale: #444444. Windows color (decimal): -15571682 or 1991954. OLE color: 1991954.

HSL color Cylindrical-coordinate representation of color #12651E: hue angle of 128.67º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12651E is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 101 30 -
CMYK 0.82 0 0.70 0.60
HSL 128.67º 0.7% 0.23% -
HSV(B) 128.67º 0.82% 0.4% -
XYZ 5.14 9.53 2.8 -
YUV 68.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 18 101 30 0.82 0 0.70 0.60 128.67 0.7 0.23
Hex 12 65 1E 52 0 46 3C 81 46 17
Octal 22 145 36 122 0 106 74 201 106 27
Binary 10010 1100101 11110 1010010 0 1000110 111100 10000001 1000110 10111

Color Harmonies of #12651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12651E

Black with #12651E

Text Example


Text Example

White with #12651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12651E; }

 p { color: rgb(18,101,30); }

 H1.HeaderClassName
 {
   color: #12651E;
 }
 .AnyTagClassName
 {
   color: #12651E;
 }
</style>

background-color css

<style>
 a { background-color: #12651E; }

 a { background-color: rgb(18,101,30); }

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

border-color css

<style>
 span { border-color: #12651E; }

 span { border-color: rgb(18,101,30); }

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