Html Css Color HEX #232C07 Rangoon Green

📋 copy color: '#232C07'

red 35 ◦ green 44 ◦ blue 7

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

Shades of Rangoon Green #232C07

Tints of Rangoon Green #232C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.14%

R = 40.7%
G = 51.16%
B = 8.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.83

RGB Variations

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

Color information

#232C07 (or 0x232C07) is known color: Rangoon Green. HEX triplet: 23, 2C and 07. RGB value is (35,44,7). Sum of RGB (Red+Green+Blue) = 35+44+7=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #232C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232C07 is #DCD3F8. Grayscale: #252525. Windows color (decimal): -14472185 or 470051. OLE color: 470051.

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

Color convert

RGB 35 44 7 -
CMYK 0.20 0 0.84 0.83
HSL 74.59º 0.73% 0.1% -
HSV(B) 74.59º 0.84% 0.17% -
XYZ 1.63 2.17 0.53 -
YUV 37.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 35 44 7 0.20 0 0.84 0.83 74.59 0.73 0.1
Hex 23 2C 7 14 0 54 53 4B 49 A
Octal 43 54 7 24 0 124 123 113 111 12
Binary 100011 101100 111 10100 0 1010100 1010011 1001011 1001001 1010

Color Harmonies of #232C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C07

Black with #232C07

Text Example


Text Example

White with #232C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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