Html Css Color HEX #00712D Crusoe

📋 copy color: '#00712D'

red 0 ◦ green 113 ◦ blue 45

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

Shades of Crusoe #00712D

Tints of Crusoe #00712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 71.52%

 BLUE value IS 45 (17.97% from 255) = 28.48%

R = 0%
G = 71.52%
B = 28.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#00712D (or 0x00712D) is known color: Crusoe. HEX triplet: 00, 71 and 2D. RGB value is (0,113,45). Sum of RGB (Red+Green+Blue) = 0+113+45=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #00712D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00712D is #FF8ED2. Grayscale: #474747. Windows color (decimal): -16748243 or 2978048. OLE color: 2978048.

HSL color Cylindrical-coordinate representation of color #00712D: hue angle of 143.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00712D is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 45 -
CMYK 1 0 0.60 0.56
HSL 143.89º 1% 0.22% -
HSV(B) 143.89º 1% 0.44% -
XYZ 6.38 12 4.46 -
YUV 71.46 113.06 77.03 -
System Red Green Blue C M Y K H S L
Decimal 0 113 45 1 0 0.60 0.56 143.89 1 0.22
Hex 0 71 2D 64 0 3C 38 90 64 16
Octal 0 161 55 144 0 74 70 220 144 26
Binary 0 1110001 101101 1100100 0 111100 111000 10010000 1100100 10110

Color Harmonies of #00712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00712D

Black with #00712D

Text Example


Text Example

White with #00712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00712D; }

 p { color: rgb(0,113,45); }

 H1.HeaderClassName
 {
   color: #00712D;
 }
 .AnyTagClassName
 {
   color: #00712D;
 }
</style>

background-color css

<style>
 a { background-color: #00712D; }

 a { background-color: rgb(0,113,45); }

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

border-color css

<style>
 span { border-color: #00712D; }

 span { border-color: rgb(0,113,45); }

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