Html Css Color HEX #25270F Green Waterloo

📋 copy color: '#25270F'

red 37 ◦ green 39 ◦ blue 15

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

Shades of Green Waterloo #25270F

Tints of Green Waterloo #25270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 42.86%

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

R = 40.66%
G = 42.86%
B = 16.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25270F (or 0x25270F) is known color: Green Waterloo. HEX triplet: 25, 27 and 0F. RGB value is (37,39,15). Sum of RGB (Red+Green+Blue) = 37+39+15=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #25270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25270F is #DAD8F0. Grayscale: #232323. Windows color (decimal): -14342385 or 993061. OLE color: 993061.

HSL color Cylindrical-coordinate representation of color #25270F: hue angle of 65º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25270F is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 39 15 -
CMYK 0.05 0 0.62 0.85
HSL 65º 0.44% 0.11% -
HSV(B) 65º 0.62% 0.15% -
XYZ 1.57 1.88 0.73 -
YUV 35.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 37 39 15 0.05 0 0.62 0.85 65 0.44 0.11
Hex 25 27 F 5 0 3E 55 41 2C B
Octal 45 47 17 5 0 76 125 101 54 13
Binary 100101 100111 1111 101 0 111110 1010101 1000001 101100 1011

Color Harmonies of #25270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25270F

Black with #25270F

Text Example


Text Example

White with #25270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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