Html Css Color HEX #00732B Crusoe

📋 copy color: '#00732B'

red 0 ◦ green 115 ◦ blue 43

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

Shades of Crusoe #00732B

Tints of Crusoe #00732B

RGB

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

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

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

R = 0%
G = 72.78%
B = 27.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#00732B (or 0x00732B) is known color: Crusoe. HEX triplet: 00, 73 and 2B. RGB value is (0,115,43). Sum of RGB (Red+Green+Blue) = 0+115+43=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #00732B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00732B is #FF8CD4. Grayscale: #484848. Windows color (decimal): -16747733 or 2847488. OLE color: 2847488.

HSL color Cylindrical-coordinate representation of color #00732B: hue angle of 142.43º 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 #00732B is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 43 -
CMYK 1 0 0.63 0.55
HSL 142.43º 1% 0.23% -
HSV(B) 142.43º 1% 0.45% -
XYZ 6.57 12.44 4.34 -
YUV 72.41 111.4 76.35 -
System Red Green Blue C M Y K H S L
Decimal 0 115 43 1 0 0.63 0.55 142.43 1 0.23
Hex 0 73 2B 64 0 3F 37 8E 64 17
Octal 0 163 53 144 0 77 67 216 144 27
Binary 0 1110011 101011 1100100 0 111111 110111 10001110 1100100 10111

Color Harmonies of #00732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00732B

Black with #00732B

Text Example


Text Example

White with #00732B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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