Html Css Color HEX #243225 Gordons Green

📋 copy color: '#243225'

red 36 ◦ green 50 ◦ blue 37

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

Shades of Gordons Green #243225

Tints of Gordons Green #243225

RGB

 RED value IS 36 (14.45% from 255) = 29.27%

 GREEN value IS 50 (19.92% from 255) = 40.65%

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

R = 29.27%
G = 40.65%
B = 30.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#243225 (or 0x243225) is known color: Gordons Green. HEX triplet: 24, 32 and 25. RGB value is (36,50,37). Sum of RGB (Red+Green+Blue) = 36+50+37=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #243225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243225 is #DBCDDA. Grayscale: #2C2C2C. Windows color (decimal): -14405083 or 2437668. OLE color: 2437668.

HSL color Cylindrical-coordinate representation of color #243225: hue angle of 124.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #243225 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 50 37 -
CMYK 0.28 0 0.26 0.80
HSL 124.29º 0.16% 0.17% -
HSV(B) 124.29º 0.28% 0.2% -
XYZ 2.2 2.79 2.17 -
YUV 44.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 36 50 37 0.28 0 0.26 0.80 124.29 0.16 0.17
Hex 24 32 25 1C 0 1A 50 7C 10 11
Octal 44 62 45 34 0 32 120 174 20 21
Binary 100100 110010 100101 11100 0 11010 1010000 1111100 10000 10001

Color Harmonies of #243225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243225

Black with #243225

Text Example


Text Example

White with #243225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243225; }

 p { color: rgb(36,50,37); }

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

background-color css

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

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

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

border-color css

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

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

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