Html Css Color HEX #00702D Crusoe

📋 copy color: '#00702D'

red 0 ◦ green 112 ◦ blue 45

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

Shades of Crusoe #00702D

Tints of Crusoe #00702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 71.34%

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

R = 0%
G = 71.34%
B = 28.66%

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

#00702D (or 0x00702D) is known color: Crusoe. HEX triplet: 00, 70 and 2D. RGB value is (0,112,45). Sum of RGB (Red+Green+Blue) = 0+112+45=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #00702D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00702D is #FF8FD2. Grayscale: #474747. Windows color (decimal): -16748499 or 2977792. OLE color: 2977792.

HSL color Cylindrical-coordinate representation of color #00702D: hue angle of 144.11º 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 #00702D is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 45 -
CMYK 1 0 0.60 0.56
HSL 144.11º 1% 0.22% -
HSV(B) 144.11º 1% 0.44% -
XYZ 6.27 11.78 4.43 -
YUV 70.87 113.39 77.45 -
System Red Green Blue C M Y K H S L
Decimal 0 112 45 1 0 0.60 0.56 144.11 1 0.22
Hex 0 70 2D 64 0 3C 38 90 64 16
Octal 0 160 55 144 0 74 70 220 144 26
Binary 0 1110000 101101 1100100 0 111100 111000 10010000 1100100 10110

Color Harmonies of #00702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00702D

Black with #00702D

Text Example


Text Example

White with #00702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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