#02530B

Color #02530B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #02530B

Tints of Myrtle #02530B

Color information

#02530B (or 0x02530B) is unknown color: approx Myrtle. HEX triplet: 02, 53 and 0B. RGB value is (2,83,11). Sum of RGB (Red+Green+Blue) = 2+83+11=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 83 (32.81% from 255 or 86.46% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 83 - color contains mainly: green. Hex color #02530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02530B is #FDACF4. Grayscale: #323232. Windows color (decimal): -16624885 or 742146. OLE color: 742146.

HSL color Cylindrical-coordinate representation of color #02530B: hue angle of 126.67º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02530B is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB28311-
CMYK0.9800.870.67
HSL126.67º95.29%16.67%-
HSV(B)126.67º97.59%32.55%-
XYZ3.186.221.35-
YUV50.57105.6693.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 83 (32.81% from 255) = 86.46%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=2.08%
G=86.46%
B=11.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283110.9800.870.67126.6795.2916.67
Hex253B62057437f5f11
Octal212313142012710317713721
Binary101010011101111000100101011110000111111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,83,11); }

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

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

 a { background-color: rgb(2,83,11); }

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

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

 span { border-color: rgb(2,83,11); }

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