Html Css Color HEX #00732C Crusoe

📋 copy color: '#00732C'

red 0 ◦ green 115 ◦ blue 44

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

Shades of Crusoe #00732C

Tints of Crusoe #00732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 72.33%

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

R = 0%
G = 72.33%
B = 27.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#00732C (or 0x00732C) is known color: Crusoe. HEX triplet: 00, 73 and 2C. RGB value is (0,115,44). Sum of RGB (Red+Green+Blue) = 0+115+44=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #00732C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00732C is #FF8CD3. Grayscale: #484848. Windows color (decimal): -16747732 or 2913024. OLE color: 2913024.

HSL color Cylindrical-coordinate representation of color #00732C: hue angle of 142.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00732C is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 44 -
CMYK 1 0 0.62 0.55
HSL 142.96º 1% 0.23% -
HSV(B) 142.96º 1% 0.45% -
XYZ 6.59 12.44 4.44 -
YUV 72.52 111.9 76.27 -
System Red Green Blue C M Y K H S L
Decimal 0 115 44 1 0 0.62 0.55 142.96 1 0.23
Hex 0 73 2C 64 0 3E 37 8F 64 17
Octal 0 163 54 144 0 76 67 217 144 27
Binary 0 1110011 101100 1100100 0 111110 110111 10001111 1100100 10111

Color Harmonies of #00732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00732C

Black with #00732C

Text Example


Text Example

White with #00732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00732C; }

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

 H1.HeaderClassName
 {
   color: #00732C;
 }
 .AnyTagClassName
 {
   color: #00732C;
 }
</style>

background-color css

<style>
 a { background-color: #00732C; }

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

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

border-color css

<style>
 span { border-color: #00732C; }

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

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