Html Css Color HEX #006D2B Crusoe

📋 copy color: '#006D2B'

red 0 ◦ green 109 ◦ blue 43

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

Shades of Crusoe #006D2B

Tints of Crusoe #006D2B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 71.71%

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 0%
G = 71.71%
B = 28.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#006D2B (or 0x006D2B) is known color: Crusoe. HEX triplet: 00, 6D and 2B. RGB value is (0,109,43). Sum of RGB (Red+Green+Blue) = 0+109+43=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #006D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D2B is #FF92D4. Grayscale: #454545. Windows color (decimal): -16749269 or 2845952. OLE color: 2845952.

HSL color Cylindrical-coordinate representation of color #006D2B: hue angle of 143.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D2B is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 109 43 -
CMYK 1 0 0.61 0.57
HSL 143.67º 1% 0.21% -
HSV(B) 143.67º 1% 0.43% -
XYZ 5.9 11.11 4.12 -
YUV 68.89 113.39 78.87 -
System Red Green Blue C M Y K H S L
Decimal 0 109 43 1 0 0.61 0.57 143.67 1 0.21
Hex 0 6D 2B 64 0 3D 39 90 64 15
Octal 0 155 53 144 0 75 71 220 144 25
Binary 0 1101101 101011 1100100 0 111101 111001 10010000 1100100 10101

Color Harmonies of #006D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D2B

Black with #006D2B

Text Example


Text Example

White with #006D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,109,43); }

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

background-color css

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

 a { background-color: rgb(0,109,43); }

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

border-color css

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

 span { border-color: rgb(0,109,43); }

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