#0D7D02

Color #0D7D02 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0D7D02

Tints of Green #0D7D02

Color information

#0D7D02 (or 0x0D7D02) is unknown color: approx Green. HEX triplet: 0D, 7D and 02. RGB value is (13,125,2). Sum of RGB (Red+Green+Blue) = 13+125+2=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 125 (49.22% from 255 or 89.29% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 125 - color contains mainly: green. Hex color #0D7D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7D02 is #F282FD. Grayscale: #4D4D4D. Windows color (decimal): -15893246 or 163085. OLE color: 163085.

HSL color Cylindrical-coordinate representation of color #0D7D02: hue angle of 114.63º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D7D02 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB131252-
CMYK0.9000.980.51
HSL114.63º96.85%24.9%-
HSV(B)114.63º98.4%49.02%-
XYZ7.5114.762.51-
YUV77.4985.3982-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 125 (49.22% from 255) = 89.29%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=9.29%
G=89.29%
B=1.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1312520.9000.980.51114.6396.8524.9
HexD7D25A06233736119
Octal15175213201426316314131
Binary11011111101101011010011000101100111110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D7D02; }

 p { color: rgb(13,125,2); }

 H1.HeaderClassName
 {
   color: #0D7D02;
 }
 .AnyTagClassName
 {
   color: #0D7D02;
 }
</style>
background-color css

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

 a { background-color: rgb(13,125,2); }

 div.DivClassName
 {
   background-color: #0D7D02;
 }
 .BgClassName
 {
   background-color: #0D7D02;
 }
</style>
border-color css

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

 span { border-color: rgb(13,125,2); }

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