Html Css Color HEX #025302 Green

📋 copy color: '#025302'

red 2 ◦ green 83 ◦ blue 2

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

Shades of Green #025302

Tints of Green #025302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.3%

R = 2.3%
G = 95.4%
B = 2.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#025302 (or 0x025302) is known color: Green. HEX triplet: 02, 53 and 02. RGB value is (2,83,2). Sum of RGB (Red+Green+Blue) = 2+83+2=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 83 (32.81% from 255 or 95.40% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 83 - color contains mainly: green. Hex color #025302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025302 is #FDACFD. Grayscale: #313131. Windows color (decimal): -16624894 or 152322. OLE color: 152322.

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

Color convert

RGB 2 83 2 -
CMYK 0.98 0 0.98 0.67
HSL 120º 0.95% 0.17% -
HSV(B) 120º 0.98% 0.33% -
XYZ 3.13 6.2 1.09 -
YUV 49.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 2 83 2 0.98 0 0.98 0.67 120 0.95 0.17
Hex 2 53 2 62 0 62 43 78 5F 11
Octal 2 123 2 142 0 142 103 170 137 21
Binary 10 1010011 10 1100010 0 1100010 1000011 1111000 1011111 10001

Color Harmonies of #025302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025302

Black with #025302

Text Example


Text Example

White with #025302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025302; }

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

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

background-color css

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

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

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

border-color css

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

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

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