Html Css Color HEX #12602A Crusoe

📋 copy color: '#12602A'

red 18 ◦ green 96 ◦ blue 42

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

Shades of Crusoe #12602A

Tints of Crusoe #12602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.54%

 BLUE value IS 42 (16.8% from 255) = 26.92%

R = 11.54%
G = 61.54%
B = 26.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#12602A (or 0x12602A) is known color: Crusoe. HEX triplet: 12, 60 and 2A. RGB value is (18,96,42). Sum of RGB (Red+Green+Blue) = 18+96+42=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #12602A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12602A is #ED9FD5. Grayscale: #424242. Windows color (decimal): -15572950 or 2777106. OLE color: 2777106.

HSL color Cylindrical-coordinate representation of color #12602A: hue angle of 138.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12602A is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 42 -
CMYK 0.81 0 0.56 0.62
HSL 138.46º 0.68% 0.22% -
HSV(B) 138.46º 0.81% 0.38% -
XYZ 4.85 8.66 3.61 -
YUV 66.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 18 96 42 0.81 0 0.56 0.62 138.46 0.68 0.22
Hex 12 60 2A 51 0 38 3E 8A 44 16
Octal 22 140 52 121 0 70 76 212 104 26
Binary 10010 1100000 101010 1010001 0 111000 111110 10001010 1000100 10110

Color Harmonies of #12602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12602A

Black with #12602A

Text Example


Text Example

White with #12602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12602A; }

 p { color: rgb(18,96,42); }

 H1.HeaderClassName
 {
   color: #12602A;
 }
 .AnyTagClassName
 {
   color: #12602A;
 }
</style>

background-color css

<style>
 a { background-color: #12602A; }

 a { background-color: rgb(18,96,42); }

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

border-color css

<style>
 span { border-color: #12602A; }

 span { border-color: rgb(18,96,42); }

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