Html Css Color HEX #006F2C Crusoe

📋 copy color: '#006F2C'

red 0 ◦ green 111 ◦ blue 44

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

Shades of Crusoe #006F2C

Tints of Crusoe #006F2C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 71.61%

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

R = 0%
G = 71.61%
B = 28.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#006F2C (or 0x006F2C) is known color: Crusoe. HEX triplet: 00, 6F and 2C. RGB value is (0,111,44). Sum of RGB (Red+Green+Blue) = 0+111+44=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 111 (43.75% from 255 or 71.61% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 111 - color contains mainly: green. Hex color #006F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F2C is #FF90D3. Grayscale: #464646. Windows color (decimal): -16748756 or 2912000. OLE color: 2912000.

HSL color Cylindrical-coordinate representation of color #006F2C: hue angle of 143.78º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F2C is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 44 -
CMYK 1 0 0.60 0.56
HSL 143.78º 1% 0.22% -
HSV(B) 143.78º 1% 0.44% -
XYZ 6.14 11.55 4.29 -
YUV 70.17 113.23 77.95 -
System Red Green Blue C M Y K H S L
Decimal 0 111 44 1 0 0.60 0.56 143.78 1 0.22
Hex 0 6F 2C 64 0 3C 38 90 64 16
Octal 0 157 54 144 0 74 70 220 144 26
Binary 0 1101111 101100 1100100 0 111100 111000 10010000 1100100 10110

Color Harmonies of #006F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F2C

Black with #006F2C

Text Example


Text Example

White with #006F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F2C; }

 p { color: rgb(0,111,44); }

 H1.HeaderClassName
 {
   color: #006F2C;
 }
 .AnyTagClassName
 {
   color: #006F2C;
 }
</style>

background-color css

<style>
 a { background-color: #006F2C; }

 a { background-color: rgb(0,111,44); }

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

border-color css

<style>
 span { border-color: #006F2C; }

 span { border-color: rgb(0,111,44); }

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