Html Css Color HEX #00732A Crusoe

📋 copy color: '#00732A'

red 0 ◦ green 115 ◦ blue 42

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

Shades of Crusoe #00732A

Tints of Crusoe #00732A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 0%
G = 73.25%
B = 26.75%

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

#00732A (or 0x00732A) is known color: Crusoe. HEX triplet: 00, 73 and 2A. RGB value is (0,115,42). Sum of RGB (Red+Green+Blue) = 0+115+42=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #00732A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00732A is #FF8CD5. Grayscale: #484848. Windows color (decimal): -16747734 or 2781952. OLE color: 2781952.

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

Color convert

RGB 0 115 42 -
CMYK 1 0 0.63 0.55
HSL 141.91º 1% 0.23% -
HSV(B) 141.91º 1% 0.45% -
XYZ 6.55 12.43 4.24 -
YUV 72.29 110.9 76.44 -
System Red Green Blue C M Y K H S L
Decimal 0 115 42 1 0 0.63 0.55 141.91 1 0.23
Hex 0 73 2A 64 0 3F 37 8E 64 17
Octal 0 163 52 144 0 77 67 216 144 27
Binary 0 1110011 101010 1100100 0 111111 110111 10001110 1100100 10111

Color Harmonies of #00732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00732A

Black with #00732A

Text Example


Text Example

White with #00732A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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