Html Css Color HEX #252B25 Gordons Green

📋 copy color: '#252B25'

red 37 ◦ green 43 ◦ blue 37

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

Shades of Gordons Green #252B25

Tints of Gordons Green #252B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 36.75%

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

R = 31.62%
G = 36.75%
B = 31.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.83

RGB Variations

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

Color information

#252B25 (or 0x252B25) is known color: Gordons Green. HEX triplet: 25, 2B and 25. RGB value is (37,43,37). Sum of RGB (Red+Green+Blue) = 37+43+37=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 43 - color contains mainly: green. Hex color #252B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B25 is #DAD4DA. Grayscale: #282828. Windows color (decimal): -14341339 or 2435877. OLE color: 2435877.

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

Color convert

RGB 37 43 37 -
CMYK 0.14 0 0.14 0.83
HSL 120º 0.08% 0.16% -
HSV(B) 120º 0.14% 0.17% -
XYZ 1.96 2.25 2.08 -
YUV 40.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 37 43 37 0.14 0 0.14 0.83 120 0.08 0.16
Hex 25 2B 25 E 0 E 53 78 8 10
Octal 45 53 45 16 0 16 123 170 10 20
Binary 100101 101011 100101 1110 0 1110 1010011 1111000 1000 10000

Color Harmonies of #252B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B25

Black with #252B25

Text Example


Text Example

White with #252B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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