Html Css Color HEX #025303 Green

📋 copy color: '#025303'

red 2 ◦ green 83 ◦ blue 3

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

Shades of Green #025303

Tints of Green #025303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.41%

R = 2.27%
G = 94.32%
B = 3.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#025303 (or 0x025303) is known color: Green. HEX triplet: 02, 53 and 03. RGB value is (2,83,3). Sum of RGB (Red+Green+Blue) = 2+83+3=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 83 (32.81% from 255 or 94.32% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 83 - color contains mainly: green. Hex color #025303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025303 is #FDACFC. Grayscale: #313131. Windows color (decimal): -16624893 or 217858. OLE color: 217858.

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

Color convert

RGB 2 83 3 -
CMYK 0.98 0 0.96 0.67
HSL 120.74º 0.95% 0.17% -
HSV(B) 120.74º 0.98% 0.33% -
XYZ 3.13 6.21 1.12 -
YUV 49.66 101.66 94 -
System Red Green Blue C M Y K H S L
Decimal 2 83 3 0.98 0 0.96 0.67 120.74 0.95 0.17
Hex 2 53 3 62 0 60 43 79 5F 11
Octal 2 123 3 142 0 140 103 171 137 21
Binary 10 1010011 11 1100010 0 1100000 1000011 1111001 1011111 10001

Color Harmonies of #025303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025303

Black with #025303

Text Example


Text Example

White with #025303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025303; }

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

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

background-color css

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

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

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

border-color css

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

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

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