Html Css Color HEX #25402A Gordons Green

📋 copy color: '#25402A'

red 37 ◦ green 64 ◦ blue 42

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

Shades of Gordons Green #25402A

Tints of Gordons Green #25402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.76%

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 25.87%
G = 44.76%
B = 29.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#25402A (or 0x25402A) is known color: Gordons Green. HEX triplet: 25, 40 and 2A. RGB value is (37,64,42). Sum of RGB (Red+Green+Blue) = 37+64+42=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #25402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25402A is #DABFD5. Grayscale: #353535. Windows color (decimal): -14335958 or 2768933. OLE color: 2768933.

HSL color Cylindrical-coordinate representation of color #25402A: hue angle of 131.11º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #25402A is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 42 -
CMYK 0.42 0 0.34 0.75
HSL 131.11º 0.27% 0.2% -
HSV(B) 131.11º 0.42% 0.25% -
XYZ 3.01 4.23 2.85 -
YUV 53.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 37 64 42 0.42 0 0.34 0.75 131.11 0.27 0.2
Hex 25 40 2A 2A 0 22 4B 83 1B 14
Octal 45 100 52 52 0 42 113 203 33 24
Binary 100101 1000000 101010 101010 0 100010 1001011 10000011 11011 10100

Color Harmonies of #25402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25402A

Black with #25402A

Text Example


Text Example

White with #25402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25402A; }

 p { color: rgb(37,64,42); }

 H1.HeaderClassName
 {
   color: #25402A;
 }
 .AnyTagClassName
 {
   color: #25402A;
 }
</style>

background-color css

<style>
 a { background-color: #25402A; }

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

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

border-color css

<style>
 span { border-color: #25402A; }

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

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