Html Css Color HEX #25432A Gordons Green

📋 copy color: '#25432A'

red 37 ◦ green 67 ◦ blue 42

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

Shades of Gordons Green #25432A

Tints of Gordons Green #25432A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

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

R = 25.34%
G = 45.89%
B = 28.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.74

RGB Variations

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

Color information

#25432A (or 0x25432A) is known color: Gordons Green. HEX triplet: 25, 43 and 2A. RGB value is (37,67,42). Sum of RGB (Red+Green+Blue) = 37+67+42=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #25432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25432A is #DABCD5. Grayscale: #373737. Windows color (decimal): -14335190 or 2769701. OLE color: 2769701.

HSL color Cylindrical-coordinate representation of color #25432A: hue angle of 130º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #25432A is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 67 42 -
CMYK 0.45 0 0.37 0.74
HSL 130º 0.29% 0.2% -
HSV(B) 130º 0.45% 0.26% -
XYZ 3.19 4.57 2.91 -
YUV 55.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 37 67 42 0.45 0 0.37 0.74 130 0.29 0.2
Hex 25 43 2A 2D 0 25 4A 82 1D 14
Octal 45 103 52 55 0 45 112 202 35 24
Binary 100101 1000011 101010 101101 0 100101 1001010 10000010 11101 10100

Color Harmonies of #25432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25432A

Black with #25432A

Text Example


Text Example

White with #25432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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