Html Css Color HEX #232C0B Rangoon Green

📋 copy color: '#232C0B'

red 35 ◦ green 44 ◦ blue 11

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

Shades of Rangoon Green #232C0B

Tints of Rangoon Green #232C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.22%

R = 38.89%
G = 48.89%
B = 12.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.83

RGB Variations

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

Color information

#232C0B (or 0x232C0B) is known color: Rangoon Green. HEX triplet: 23, 2C and 0B. RGB value is (35,44,11). Sum of RGB (Red+Green+Blue) = 35+44+11=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 44 - color contains mainly: green. Hex color #232C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232C0B is #DCD3F4. Grayscale: #252525. Windows color (decimal): -14472181 or 732195. OLE color: 732195.

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

Color convert

RGB 35 44 11 -
CMYK 0.20 0 0.75 0.83
HSL 76.36º 0.6% 0.11% -
HSV(B) 76.36º 0.75% 0.17% -
XYZ 1.65 2.18 0.65 -
YUV 37.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 35 44 11 0.20 0 0.75 0.83 76.36 0.6 0.11
Hex 23 2C B 14 0 4B 53 4C 3C B
Octal 43 54 13 24 0 113 123 114 74 13
Binary 100011 101100 1011 10100 0 1001011 1010011 1001100 111100 1011

Color Harmonies of #232C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C0B

Black with #232C0B

Text Example


Text Example

White with #232C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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