Html Css Color HEX #232A0D Rangoon Green

📋 copy color: '#232A0D'

red 35 ◦ green 42 ◦ blue 13

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

Shades of Rangoon Green #232A0D

Tints of Rangoon Green #232A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 46.67%

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

R = 38.89%
G = 46.67%
B = 14.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.84

RGB Variations

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

Color information

#232A0D (or 0x232A0D) is known color: Rangoon Green. HEX triplet: 23, 2A and 0D. RGB value is (35,42,13). Sum of RGB (Red+Green+Blue) = 35+42+13=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 42 (16.80% from 255 or 46.67% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 42 - color contains mainly: green. Hex color #232A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232A0D is #DCD5F2. Grayscale: #242424. Windows color (decimal): -14472691 or 862755. OLE color: 862755.

HSL color Cylindrical-coordinate representation of color #232A0D: hue angle of 74.48º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232A0D is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 42 13 -
CMYK 0.17 0 0.69 0.84
HSL 74.48º 0.53% 0.11% -
HSV(B) 74.48º 0.69% 0.16% -
XYZ 1.59 2.04 0.69 -
YUV 36.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 35 42 13 0.17 0 0.69 0.84 74.48 0.53 0.11
Hex 23 2A D 11 0 45 54 4A 35 B
Octal 43 52 15 21 0 105 124 112 65 13
Binary 100011 101010 1101 10001 0 1000101 1010100 1001010 110101 1011

Color Harmonies of #232A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232A0D

Black with #232A0D

Text Example


Text Example

White with #232A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232A0D; }

 p { color: rgb(35,42,13); }

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

background-color css

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

 a { background-color: rgb(35,42,13); }

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

border-color css

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

 span { border-color: rgb(35,42,13); }

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