Html Css Color HEX #242F25 Gordons Green

📋 copy color: '#242F25'

red 36 ◦ green 47 ◦ blue 37

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

Shades of Gordons Green #242F25

Tints of Gordons Green #242F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.17%

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

R = 30%
G = 39.17%
B = 30.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.82

RGB Variations

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

Color information

#242F25 (or 0x242F25) is known color: Gordons Green. HEX triplet: 24, 2F and 25. RGB value is (36,47,37). Sum of RGB (Red+Green+Blue) = 36+47+37=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #242F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F25 is #DBD0DA. Grayscale: #2A2A2A. Windows color (decimal): -14405851 or 2436900. OLE color: 2436900.

HSL color Cylindrical-coordinate representation of color #242F25: hue angle of 125.45º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #242F25 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 47 37 -
CMYK 0.23 0 0.21 0.82
HSL 125.45º 0.13% 0.16% -
HSV(B) 125.45º 0.23% 0.18% -
XYZ 2.08 2.54 2.13 -
YUV 42.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 36 47 37 0.23 0 0.21 0.82 125.45 0.13 0.16
Hex 24 2F 25 17 0 15 52 7D D 10
Octal 44 57 45 27 0 25 122 175 15 20
Binary 100100 101111 100101 10111 0 10101 1010010 1111101 1101 10000

Color Harmonies of #242F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F25

Black with #242F25

Text Example


Text Example

White with #242F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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