Html Css Color HEX #007215 Green

📋 copy color: '#007215'

red 0 ◦ green 114 ◦ blue 21

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

Shades of Green #007215

Tints of Green #007215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 84.44%

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 0%
G = 84.44%
B = 15.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#007215 (or 0x007215) is known color: Green. HEX triplet: 00, 72 and 15. RGB value is (0,114,21). Sum of RGB (Red+Green+Blue) = 0+114+21=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #007215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007215 is #FF8DEA. Grayscale: #454545. Windows color (decimal): -16748011 or 1405440. OLE color: 1405440.

HSL color Cylindrical-coordinate representation of color #007215: hue angle of 131.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007215 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 114 21 -
CMYK 1 0 0.82 0.55
HSL 131.05º 1% 0.22% -
HSV(B) 131.05º 1% 0.45% -
XYZ 6.15 12.09 2.72 -
YUV 69.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 0 114 21 1 0 0.82 0.55 131.05 1 0.22
Hex 0 72 15 64 0 52 37 83 64 16
Octal 0 162 25 144 0 122 67 203 144 26
Binary 0 1110010 10101 1100100 0 1010010 110111 10000011 1100100 10110

Color Harmonies of #007215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007215

Black with #007215

Text Example


Text Example

White with #007215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007215; }

 p { color: rgb(0,114,21); }

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

background-color css

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

 a { background-color: rgb(0,114,21); }

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

border-color css

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

 span { border-color: rgb(0,114,21); }

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