Html Css Color HEX #233E31 English Holly

📋 copy color: '#233E31'

red 35 ◦ green 62 ◦ blue 49

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

Shades of English Holly #233E31

Tints of English Holly #233E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 42.47%

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 23.97%
G = 42.47%
B = 33.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#233E31 (or 0x233E31) is known color: English Holly. HEX triplet: 23, 3E and 31. RGB value is (35,62,49). Sum of RGB (Red+Green+Blue) = 35+62+49=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 62 - color contains mainly: green. Hex color #233E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E31 is #DCC1CE. Grayscale: #343434. Windows color (decimal): -14467535 or 3227171. OLE color: 3227171.

HSL color Cylindrical-coordinate representation of color #233E31: hue angle of 151.11º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E31 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 62 49 -
CMYK 0.44 0 0.21 0.76
HSL 151.11º 0.28% 0.19% -
HSV(B) 151.11º 0.44% 0.24% -
XYZ 2.97 4.02 3.53 -
YUV 52.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 35 62 49 0.44 0 0.21 0.76 151.11 0.28 0.19
Hex 23 3E 31 2C 0 15 4C 97 1C 13
Octal 43 76 61 54 0 25 114 227 34 23
Binary 100011 111110 110001 101100 0 10101 1001100 10010111 11100 10011

Color Harmonies of #233E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233E31

Black with #233E31

Text Example


Text Example

White with #233E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233E31; }

 p { color: rgb(35,62,49); }

 H1.HeaderClassName
 {
   color: #233E31;
 }
 .AnyTagClassName
 {
   color: #233E31;
 }
</style>

background-color css

<style>
 a { background-color: #233E31; }

 a { background-color: rgb(35,62,49); }

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

border-color css

<style>
 span { border-color: #233E31; }

 span { border-color: rgb(35,62,49); }

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