Html Css Color HEX #242D0D Rangoon Green

📋 copy color: '#242D0D'

red 36 ◦ green 45 ◦ blue 13

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

Shades of Rangoon Green #242D0D

Tints of Rangoon Green #242D0D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 47.87%

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 38.3%
G = 47.87%
B = 13.83%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.71

 K value IS 0.82

RGB Variations

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

Color information

#242D0D (or 0x242D0D) is known color: Rangoon Green. HEX triplet: 24, 2D and 0D. RGB value is (36,45,13). Sum of RGB (Red+Green+Blue) = 36+45+13=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #242D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242D0D is #DBD2F2. Grayscale: #262626. Windows color (decimal): -14406387 or 863524. OLE color: 863524.

HSL color Cylindrical-coordinate representation of color #242D0D: hue angle of 76.88º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #242D0D is Cyan = 0.2, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 45 13 -
CMYK 0.2 0 0.71 0.82
HSL 76.88º 0.55% 0.11% -
HSV(B) 76.88º 0.71% 0.18% -
XYZ 1.74 2.28 0.73 -
YUV 38.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 36 45 13 0.2 0 0.71 0.82 76.88 0.55 0.11
Hex 24 2D D 14 0 47 52 4D 37 B
Octal 44 55 15 24 0 107 122 115 67 13
Binary 100100 101101 1101 10100 0 1000111 1010010 1001101 110111 1011

Color Harmonies of #242D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242D0D

Black with #242D0D

Text Example


Text Example

White with #242D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,45,13); }

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

background-color css

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

 a { background-color: rgb(36,45,13); }

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

border-color css

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

 span { border-color: rgb(36,45,13); }

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