Html Css Color HEX #00752B Crusoe

📋 copy color: '#00752B'

red 0 ◦ green 117 ◦ blue 43

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

Shades of Crusoe #00752B

Tints of Crusoe #00752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 73.13%

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

R = 0%
G = 73.13%
B = 26.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#00752B (or 0x00752B) is known color: Crusoe. HEX triplet: 00, 75 and 2B. RGB value is (0,117,43). Sum of RGB (Red+Green+Blue) = 0+117+43=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #00752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00752B is #FF8AD4. Grayscale: #494949. Windows color (decimal): -16747221 or 2848000. OLE color: 2848000.

HSL color Cylindrical-coordinate representation of color #00752B: hue angle of 142.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00752B is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 43 -
CMYK 1 0 0.63 0.54
HSL 142.05º 1% 0.23% -
HSV(B) 142.05º 1% 0.46% -
XYZ 6.8 12.9 4.42 -
YUV 73.58 110.74 75.52 -
System Red Green Blue C M Y K H S L
Decimal 0 117 43 1 0 0.63 0.54 142.05 1 0.23
Hex 0 75 2B 64 0 3F 36 8E 64 17
Octal 0 165 53 144 0 77 66 216 144 27
Binary 0 1110101 101011 1100100 0 111111 110110 10001110 1100100 10111

Color Harmonies of #00752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00752B

Black with #00752B

Text Example


Text Example

White with #00752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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