Html Css Color HEX #252A05 Green Waterloo

📋 copy color: '#252A05'

red 37 ◦ green 42 ◦ blue 5

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

Shades of Green Waterloo #252A05

Tints of Green Waterloo #252A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 5.95%

R = 44.05%
G = 50%
B = 5.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#252A05 (or 0x252A05) is known color: Green Waterloo. HEX triplet: 25, 2A and 05. RGB value is (37,42,5). Sum of RGB (Red+Green+Blue) = 37+42+5=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #252A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252A05 is #DAD5FA. Grayscale: #242424. Windows color (decimal): -14341627 or 338469. OLE color: 338469.

HSL color Cylindrical-coordinate representation of color #252A05: hue angle of 68.11º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #252A05 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 42 5 -
CMYK 0.12 0 0.88 0.84
HSL 68.11º 0.79% 0.09% -
HSV(B) 68.11º 0.88% 0.16% -
XYZ 1.62 2.06 0.46 -
YUV 36.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 37 42 5 0.12 0 0.88 0.84 68.11 0.79 0.09
Hex 25 2A 5 C 0 58 54 44 4F 9
Octal 45 52 5 14 0 130 124 104 117 11
Binary 100101 101010 101 1100 0 1011000 1010100 1000100 1001111 1001

Color Harmonies of #252A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A05

Black with #252A05

Text Example


Text Example

White with #252A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252A05; }

 p { color: rgb(37,42,5); }

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

background-color css

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

 a { background-color: rgb(37,42,5); }

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

border-color css

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

 span { border-color: rgb(37,42,5); }

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