Html Css Color HEX #25280F Green Waterloo

📋 copy color: '#25280F'

red 37 ◦ green 40 ◦ blue 15

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

Shades of Green Waterloo #25280F

Tints of Green Waterloo #25280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 43.48%

 BLUE value IS 15 (6.25% from 255) = 16.3%

R = 40.22%
G = 43.48%
B = 16.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#25280F (or 0x25280F) is known color: Green Waterloo. HEX triplet: 25, 28 and 0F. RGB value is (37,40,15). Sum of RGB (Red+Green+Blue) = 37+40+15=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #25280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25280F is #DAD7F0. Grayscale: #242424. Windows color (decimal): -14342129 or 993317. OLE color: 993317.

HSL color Cylindrical-coordinate representation of color #25280F: hue angle of 67.2º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25280F is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 40 15 -
CMYK 0.07 0 0.62 0.84
HSL 67.2º 0.45% 0.11% -
HSV(B) 67.2º 0.63% 0.16% -
XYZ 1.61 1.95 0.74 -
YUV 36.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 37 40 15 0.07 0 0.62 0.84 67.2 0.45 0.11
Hex 25 28 F 7 0 3E 54 43 2D B
Octal 45 50 17 7 0 76 124 103 55 13
Binary 100101 101000 1111 111 0 111110 1010100 1000011 101101 1011

Color Harmonies of #25280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25280F

Black with #25280F

Text Example


Text Example

White with #25280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25280F; }

 p { color: rgb(37,40,15); }

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

background-color css

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

 a { background-color: rgb(37,40,15); }

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

border-color css

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

 span { border-color: rgb(37,40,15); }

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