Html Css Color HEX #232B0B Rangoon Green

📋 copy color: '#232B0B'

red 35 ◦ green 43 ◦ blue 11

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

Shades of Rangoon Green #232B0B

Tints of Rangoon Green #232B0B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 48.31%

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

R = 39.33%
G = 48.31%
B = 12.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.83

RGB Variations

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

Color information

#232B0B (or 0x232B0B) is known color: Rangoon Green. HEX triplet: 23, 2B and 0B. RGB value is (35,43,11). Sum of RGB (Red+Green+Blue) = 35+43+11=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 43 (17.19% from 255 or 48.31% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 43 - color contains mainly: green. Hex color #232B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232B0B is #DCD4F4. Grayscale: #252525. Windows color (decimal): -14472437 or 731939. OLE color: 731939.

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

Color convert

RGB 35 43 11 -
CMYK 0.19 0 0.74 0.83
HSL 75º 0.59% 0.11% -
HSV(B) 75º 0.74% 0.17% -
XYZ 1.62 2.11 0.64 -
YUV 36.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 35 43 11 0.19 0 0.74 0.83 75 0.59 0.11
Hex 23 2B B 13 0 4A 53 4B 3B B
Octal 43 53 13 23 0 112 123 113 73 13
Binary 100011 101011 1011 10011 0 1001010 1010011 1001011 111011 1011

Color Harmonies of #232B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B0B

Black with #232B0B

Text Example


Text Example

White with #232B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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