Html Css Color HEX #02530A Myrtle

📋 copy color: '#02530A'

red 2 ◦ green 83 ◦ blue 10

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

Shades of Myrtle #02530A

Tints of Myrtle #02530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.53%

R = 2.11%
G = 87.37%
B = 10.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#02530A (or 0x02530A) is known color: Myrtle. HEX triplet: 02, 53 and 0A. RGB value is (2,83,10). Sum of RGB (Red+Green+Blue) = 2+83+10=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 83 (32.81% from 255 or 87.37% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 83 - color contains mainly: green. Hex color #02530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02530A is #FDACF5. Grayscale: #323232. Windows color (decimal): -16624886 or 676610. OLE color: 676610.

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

Color convert

RGB 2 83 10 -
CMYK 0.98 0 0.88 0.67
HSL 125.93º 0.95% 0.17% -
HSV(B) 125.93º 0.98% 0.33% -
XYZ 3.17 6.22 1.32 -
YUV 50.46 105.16 93.44 -
System Red Green Blue C M Y K H S L
Decimal 2 83 10 0.98 0 0.88 0.67 125.93 0.95 0.17
Hex 2 53 A 62 0 58 43 7E 5F 11
Octal 2 123 12 142 0 130 103 176 137 21
Binary 10 1010011 1010 1100010 0 1011000 1000011 1111110 1011111 10001

Color Harmonies of #02530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02530A

Black with #02530A

Text Example


Text Example

White with #02530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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