Html Css Color HEX #006F2D Crusoe

📋 copy color: '#006F2D'

red 0 ◦ green 111 ◦ blue 45

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

Shades of Crusoe #006F2D

Tints of Crusoe #006F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.85%

R = 0%
G = 71.15%
B = 28.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#006F2D (or 0x006F2D) is known color: Crusoe. HEX triplet: 00, 6F and 2D. RGB value is (0,111,45). Sum of RGB (Red+Green+Blue) = 0+111+45=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 111 (43.75% from 255 or 71.15% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 111 - color contains mainly: green. Hex color #006F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F2D is #FF90D2. Grayscale: #464646. Windows color (decimal): -16748755 or 2977536. OLE color: 2977536.

HSL color Cylindrical-coordinate representation of color #006F2D: hue angle of 144.32º 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 #006F2D is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 45 -
CMYK 1 0 0.59 0.56
HSL 144.32º 1% 0.22% -
HSV(B) 144.32º 1% 0.44% -
XYZ 6.16 11.56 4.39 -
YUV 70.29 113.73 77.87 -
System Red Green Blue C M Y K H S L
Decimal 0 111 45 1 0 0.59 0.56 144.32 1 0.22
Hex 0 6F 2D 64 0 3B 38 90 64 16
Octal 0 157 55 144 0 73 70 220 144 26
Binary 0 1101111 101101 1100100 0 111011 111000 10010000 1100100 10110

Color Harmonies of #006F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F2D

Black with #006F2D

Text Example


Text Example

White with #006F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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