Html Css Color HEX #243D2A Gordons Green

📋 copy color: '#243D2A'

red 36 ◦ green 61 ◦ blue 42

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

Shades of Gordons Green #243D2A

Tints of Gordons Green #243D2A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.88%

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

R = 25.9%
G = 43.88%
B = 30.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#243D2A (or 0x243D2A) is known color: Gordons Green. HEX triplet: 24, 3D and 2A. RGB value is (36,61,42). Sum of RGB (Red+Green+Blue) = 36+61+42=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #243D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243D2A is #DBC2D5. Grayscale: #333333. Windows color (decimal): -14402262 or 2768164. OLE color: 2768164.

HSL color Cylindrical-coordinate representation of color #243D2A: hue angle of 134.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #243D2A is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 61 42 -
CMYK 0.41 0 0.31 0.76
HSL 134.4º 0.26% 0.19% -
HSV(B) 134.4º 0.41% 0.24% -
XYZ 2.81 3.88 2.79 -
YUV 51.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 36 61 42 0.41 0 0.31 0.76 134.4 0.26 0.19
Hex 24 3D 2A 29 0 1F 4C 86 1A 13
Octal 44 75 52 51 0 37 114 206 32 23
Binary 100100 111101 101010 101001 0 11111 1001100 10000110 11010 10011

Color Harmonies of #243D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243D2A

Black with #243D2A

Text Example


Text Example

White with #243D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243D2A; }

 p { color: rgb(36,61,42); }

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

background-color css

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

 a { background-color: rgb(36,61,42); }

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

border-color css

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

 span { border-color: rgb(36,61,42); }

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