Html Css Color HEX #25422B Gordons Green

📋 copy color: '#25422B'

red 37 ◦ green 66 ◦ blue 43

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

Shades of Gordons Green #25422B

Tints of Gordons Green #25422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

 BLUE value IS 43 (17.19% from 255) = 29.45%

R = 25.34%
G = 45.21%
B = 29.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#25422B (or 0x25422B) is known color: Gordons Green. HEX triplet: 25, 42 and 2B. RGB value is (37,66,43). Sum of RGB (Red+Green+Blue) = 37+66+43=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #25422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25422B is #DABDD4. Grayscale: #363636. Windows color (decimal): -14335445 or 2834981. OLE color: 2834981.

HSL color Cylindrical-coordinate representation of color #25422B: hue angle of 132.41º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25422B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 66 43 -
CMYK 0.44 0 0.35 0.74
HSL 132.41º 0.28% 0.2% -
HSV(B) 132.41º 0.44% 0.26% -
XYZ 3.15 4.46 2.98 -
YUV 54.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 37 66 43 0.44 0 0.35 0.74 132.41 0.28 0.2
Hex 25 42 2B 2C 0 23 4A 84 1C 14
Octal 45 102 53 54 0 43 112 204 34 24
Binary 100101 1000010 101011 101100 0 100011 1001010 10000100 11100 10100

Color Harmonies of #25422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25422B

Black with #25422B

Text Example


Text Example

White with #25422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25422B; }

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

 H1.HeaderClassName
 {
   color: #25422B;
 }
 .AnyTagClassName
 {
   color: #25422B;
 }
</style>

background-color css

<style>
 a { background-color: #25422B; }

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

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

border-color css

<style>
 span { border-color: #25422B; }

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

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