Html Css Color HEX #02530F Myrtle

📋 copy color: '#02530F'

red 2 ◦ green 83 ◦ blue 15

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

Shades of Myrtle #02530F

Tints of Myrtle #02530F

RGB

 RED value IS 2 (1.17% from 255) = 2%

 GREEN value IS 83 (32.81% from 255) = 83%

 BLUE value IS 15 (6.25% from 255) = 15%

R = 2%
G = 83%
B = 15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#02530F (or 0x02530F) is known color: Myrtle. HEX triplet: 02, 53 and 0F. RGB value is (2,83,15). Sum of RGB (Red+Green+Blue) = 2+83+15=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 83 (32.81% from 255 or 83% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 83 - color contains mainly: green. Hex color #02530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02530F is #FDACF0. Grayscale: #333333. Windows color (decimal): -16624881 or 1004290. OLE color: 1004290.

HSL color Cylindrical-coordinate representation of color #02530F: hue angle of 129.63º 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 #02530F is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 83 15 -
CMYK 0.98 0 0.82 0.67
HSL 129.63º 0.95% 0.17% -
HSV(B) 129.63º 0.98% 0.33% -
XYZ 3.2 6.23 1.49 -
YUV 51.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 2 83 15 0.98 0 0.82 0.67 129.63 0.95 0.17
Hex 2 53 F 62 0 52 43 82 5F 11
Octal 2 123 17 142 0 122 103 202 137 21
Binary 10 1010011 1111 1100010 0 1010010 1000011 10000010 1011111 10001

Color Harmonies of #02530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02530F

Black with #02530F

Text Example


Text Example

White with #02530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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