Html Css Color HEX #0C6E30 Crusoe

📋 copy color: '#0C6E30'

red 12 ◦ green 110 ◦ blue 48

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

Shades of Crusoe #0C6E30

Tints of Crusoe #0C6E30

RGB

 RED value IS 12 (5.08% from 255) = 7.06%

 GREEN value IS 110 (43.36% from 255) = 64.71%

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 7.06%
G = 64.71%
B = 28.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#0C6E30 (or 0x0C6E30) is known color: Crusoe. HEX triplet: 0C, 6E and 30. RGB value is (12,110,48). Sum of RGB (Red+Green+Blue) = 12+110+48=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 110 (43.36% from 255 or 64.71% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6E30 is #F391CF. Grayscale: #494949. Windows color (decimal): -15962576 or 3173900. OLE color: 3173900.

HSL color Cylindrical-coordinate representation of color #0C6E30: hue angle of 142.04º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E30 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 110 48 -
CMYK 0.89 0 0.56 0.57
HSL 142.04º 0.8% 0.24% -
HSV(B) 142.04º 0.89% 0.43% -
XYZ 6.26 11.44 4.68 -
YUV 73.63 113.53 84.04 -
System Red Green Blue C M Y K H S L
Decimal 12 110 48 0.89 0 0.56 0.57 142.04 0.8 0.24
Hex C 6E 30 59 0 38 39 8E 50 18
Octal 14 156 60 131 0 70 71 216 120 30
Binary 1100 1101110 110000 1011001 0 111000 111001 10001110 1010000 11000

Color Harmonies of #0C6E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6E30

Black with #0C6E30

Text Example


Text Example

White with #0C6E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C6E30; }

 p { color: rgb(12,110,48); }

 H1.HeaderClassName
 {
   color: #0C6E30;
 }
 .AnyTagClassName
 {
   color: #0C6E30;
 }
</style>

background-color css

<style>
 a { background-color: #0C6E30; }

 a { background-color: rgb(12,110,48); }

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

border-color css

<style>
 span { border-color: #0C6E30; }

 span { border-color: rgb(12,110,48); }

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