Html Css Color HEX #235E40 Green Pea

📋 copy color: '#235E40'

red 35 ◦ green 94 ◦ blue 64

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

Shades of Green Pea #235E40

Tints of Green Pea #235E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 48.7%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 18.13%
G = 48.7%
B = 33.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#235E40 (or 0x235E40) is known color: Green Pea. HEX triplet: 23, 5E and 40. RGB value is (35,94,64). Sum of RGB (Red+Green+Blue) = 35+94+64=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #235E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E40 is #DCA1BF. Grayscale: #494949. Windows color (decimal): -14459328 or 4218403. OLE color: 4218403.

HSL color Cylindrical-coordinate representation of color #235E40: hue angle of 149.49º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235E40 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 94 64 -
CMYK 0.63 0 0.32 0.63
HSL 149.49º 0.46% 0.25% -
HSV(B) 149.49º 0.63% 0.37% -
XYZ 5.62 8.73 6.24 -
YUV 72.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 35 94 64 0.63 0 0.32 0.63 149.49 0.46 0.25
Hex 23 5E 40 3F 0 20 3F 95 2E 19
Octal 43 136 100 77 0 40 77 225 56 31
Binary 100011 1011110 1000000 111111 0 100000 111111 10010101 101110 11001

Color Harmonies of #235E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235E40

Black with #235E40

Text Example


Text Example

White with #235E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235E40; }

 p { color: rgb(35,94,64); }

 H1.HeaderClassName
 {
   color: #235E40;
 }
 .AnyTagClassName
 {
   color: #235E40;
 }
</style>

background-color css

<style>
 a { background-color: #235E40; }

 a { background-color: rgb(35,94,64); }

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

border-color css

<style>
 span { border-color: #235E40; }

 span { border-color: rgb(35,94,64); }

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