Html Css Color HEX #252902 Green Waterloo

📋 copy color: '#252902'

red 37 ◦ green 41 ◦ blue 2

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

Shades of Green Waterloo #252902

Tints of Green Waterloo #252902

RGB

 RED value IS 37 (14.84% from 255) = 46.25%

 GREEN value IS 41 (16.41% from 255) = 51.25%

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

R = 46.25%
G = 51.25%
B = 2.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#252902 (or 0x252902) is known color: Green Waterloo. HEX triplet: 25, 29 and 02. RGB value is (37,41,2). Sum of RGB (Red+Green+Blue) = 37+41+2=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #252902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252902 is #DAD6FD. Grayscale: #232323. Windows color (decimal): -14341886 or 141605. OLE color: 141605.

HSL color Cylindrical-coordinate representation of color #252902: hue angle of 66.15º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #252902 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 2 -
CMYK 0.10 0 0.95 0.84
HSL 66.15º 0.91% 0.08% -
HSV(B) 66.15º 0.95% 0.16% -
XYZ 1.57 1.98 0.36 -
YUV 35.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 37 41 2 0.10 0 0.95 0.84 66.15 0.91 0.08
Hex 25 29 2 A 0 5F 54 42 5B 8
Octal 45 51 2 12 0 137 124 102 133 10
Binary 100101 101001 10 1010 0 1011111 1010100 1000010 1011011 1000

Color Harmonies of #252902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252902

Black with #252902

Text Example


Text Example

White with #252902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252902; }

 p { color: rgb(37,41,2); }

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

background-color css

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

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

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

border-color css

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

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

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