Html Css Color HEX #232814 Rangoon Green

📋 copy color: '#232814'

red 35 ◦ green 40 ◦ blue 20

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

Shades of Rangoon Green #232814

Tints of Rangoon Green #232814

RGB

 RED value IS 35 (14.06% from 255) = 36.84%

 GREEN value IS 40 (16.02% from 255) = 42.11%

 BLUE value IS 20 (8.2% from 255) = 21.05%

R = 36.84%
G = 42.11%
B = 21.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#232814 (or 0x232814) is known color: Rangoon Green. HEX triplet: 23, 28 and 14. RGB value is (35,40,20). Sum of RGB (Red+Green+Blue) = 35+40+20=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #232814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232814 is #DCD7EB. Grayscale: #242424. Windows color (decimal): -14473196 or 1320995. OLE color: 1320995.

HSL color Cylindrical-coordinate representation of color #232814: hue angle of 75º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #232814 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 40 20 -
CMYK 0.12 0 0.5 0.84
HSL 75º 0.33% 0.12% -
HSV(B) 75º 0.5% 0.16% -
XYZ 1.58 1.93 0.95 -
YUV 36.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 35 40 20 0.12 0 0.5 0.84 75 0.33 0.12
Hex 23 28 14 C 0 32 54 4B 21 C
Octal 43 50 24 14 0 62 124 113 41 14
Binary 100011 101000 10100 1100 0 110010 1010100 1001011 100001 1100

Color Harmonies of #232814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232814

Black with #232814

Text Example


Text Example

White with #232814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232814; }

 p { color: rgb(35,40,20); }

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

background-color css

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

 a { background-color: rgb(35,40,20); }

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

border-color css

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

 span { border-color: rgb(35,40,20); }

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