Html Css Color HEX #252F25 Gordons Green

📋 copy color: '#252F25'

red 37 ◦ green 47 ◦ blue 37

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

Shades of Gordons Green #252F25

Tints of Gordons Green #252F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.84%

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 30.58%
G = 38.84%
B = 30.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.82

RGB Variations

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

Color information

#252F25 (or 0x252F25) is known color: Gordons Green. HEX triplet: 25, 2F and 25. RGB value is (37,47,37). Sum of RGB (Red+Green+Blue) = 37+47+37=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 47 - color contains mainly: green. Hex color #252F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F25 is #DAD0DA. Grayscale: #2A2A2A. Windows color (decimal): -14340315 or 2436901. OLE color: 2436901.

HSL color Cylindrical-coordinate representation of color #252F25: hue angle of 120º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252F25 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 47 37 -
CMYK 0.21 0 0.21 0.82
HSL 120º 0.12% 0.16% -
HSV(B) 120º 0.21% 0.18% -
XYZ 2.11 2.56 2.13 -
YUV 42.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 37 47 37 0.21 0 0.21 0.82 120 0.12 0.16
Hex 25 2F 25 15 0 15 52 78 C 10
Octal 45 57 45 25 0 25 122 170 14 20
Binary 100101 101111 100101 10101 0 10101 1010010 1111000 1100 10000

Color Harmonies of #252F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F25

Black with #252F25

Text Example


Text Example

White with #252F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,47,37); }

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

background-color css

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

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

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

border-color css

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

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

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