Html Css Color HEX #232B10 Rangoon Green

📋 copy color: '#232B10'

red 35 ◦ green 43 ◦ blue 16

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

Shades of Rangoon Green #232B10

Tints of Rangoon Green #232B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.02%

R = 37.23%
G = 45.74%
B = 17.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.83

RGB Variations

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

Color information

#232B10 (or 0x232B10) is known color: Rangoon Green. HEX triplet: 23, 2B and 10. RGB value is (35,43,16). Sum of RGB (Red+Green+Blue) = 35+43+16=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #232B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232B10 is #DCD4EF. Grayscale: #252525. Windows color (decimal): -14472432 or 1059619. OLE color: 1059619.

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

Color convert

RGB 35 43 16 -
CMYK 0.19 0 0.63 0.83
HSL 77.78º 0.46% 0.12% -
HSV(B) 77.78º 0.63% 0.17% -
XYZ 1.65 2.12 0.81 -
YUV 37.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 35 43 16 0.19 0 0.63 0.83 77.78 0.46 0.12
Hex 23 2B 10 13 0 3F 53 4E 2E C
Octal 43 53 20 23 0 77 123 116 56 14
Binary 100011 101011 10000 10011 0 111111 1010011 1001110 101110 1100

Color Harmonies of #232B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B10

Black with #232B10

Text Example


Text Example

White with #232B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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