Html Css Color HEX #25412B Gordons Green

📋 copy color: '#25412B'

red 37 ◦ green 65 ◦ blue 43

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

Shades of Gordons Green #25412B

Tints of Gordons Green #25412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

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

R = 25.52%
G = 44.83%
B = 29.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#25412B (or 0x25412B) is known color: Gordons Green. HEX triplet: 25, 41 and 2B. RGB value is (37,65,43). Sum of RGB (Red+Green+Blue) = 37+65+43=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #25412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412B is #DABED4. Grayscale: #363636. Windows color (decimal): -14335701 or 2834725. OLE color: 2834725.

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

Color convert

RGB 37 65 43 -
CMYK 0.43 0 0.34 0.75
HSL 132.86º 0.27% 0.2% -
HSV(B) 132.86º 0.43% 0.25% -
XYZ 3.09 4.35 2.96 -
YUV 54.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 37 65 43 0.43 0 0.34 0.75 132.86 0.27 0.2
Hex 25 41 2B 2B 0 22 4B 85 1B 14
Octal 45 101 53 53 0 42 113 205 33 24
Binary 100101 1000001 101011 101011 0 100010 1001011 10000101 11011 10100

Color Harmonies of #25412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25412B

Black with #25412B

Text Example


Text Example

White with #25412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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