Html Css Color HEX #232C0C Rangoon Green

📋 copy color: '#232C0C'

red 35 ◦ green 44 ◦ blue 12

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

Shades of Rangoon Green #232C0C

Tints of Rangoon Green #232C0C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 48.35%

 BLUE value IS 12 (5.08% from 255) = 13.19%

R = 38.46%
G = 48.35%
B = 13.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.83

RGB Variations

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

Color information

#232C0C (or 0x232C0C) is known color: Rangoon Green. HEX triplet: 23, 2C and 0C. RGB value is (35,44,12). Sum of RGB (Red+Green+Blue) = 35+44+12=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 44 - color contains mainly: green. Hex color #232C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232C0C is #DCD3F3. Grayscale: #252525. Windows color (decimal): -14472180 or 797731. OLE color: 797731.

HSL color Cylindrical-coordinate representation of color #232C0C: hue angle of 76.88º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232C0C is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 44 12 -
CMYK 0.20 0 0.73 0.83
HSL 76.88º 0.57% 0.11% -
HSV(B) 76.88º 0.73% 0.17% -
XYZ 1.66 2.19 0.68 -
YUV 37.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 35 44 12 0.20 0 0.73 0.83 76.88 0.57 0.11
Hex 23 2C C 14 0 49 53 4D 39 B
Octal 43 54 14 24 0 111 123 115 71 13
Binary 100011 101100 1100 10100 0 1001001 1010011 1001101 111001 1011

Color Harmonies of #232C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C0C

Black with #232C0C

Text Example


Text Example

White with #232C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,44,12); }

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

background-color css

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

 a { background-color: rgb(35,44,12); }

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

border-color css

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

 span { border-color: rgb(35,44,12); }

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