Html Css Color HEX #236142 Green Pea

📋 copy color: '#236142'

red 35 ◦ green 97 ◦ blue 66

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

Shades of Green Pea #236142

Tints of Green Pea #236142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.99%

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 17.68%
G = 48.99%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#236142 (or 0x236142) is known color: Green Pea. HEX triplet: 23, 61 and 42. RGB value is (35,97,66). Sum of RGB (Red+Green+Blue) = 35+97+66=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #236142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236142 is #DC9EBD. Grayscale: #4A4A4A. Windows color (decimal): -14458558 or 4350243. OLE color: 4350243.

HSL color Cylindrical-coordinate representation of color #236142: hue angle of 150º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #236142 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 97 66 -
CMYK 0.64 0 0.32 0.62
HSL 150º 0.47% 0.26% -
HSV(B) 150º 0.64% 0.38% -
XYZ 5.95 9.3 6.64 -
YUV 74.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 35 97 66 0.64 0 0.32 0.62 150 0.47 0.26
Hex 23 61 42 40 0 20 3E 96 2F 1A
Octal 43 141 102 100 0 40 76 226 57 32
Binary 100011 1100001 1000010 1000000 0 100000 111110 10010110 101111 11010

Color Harmonies of #236142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236142

Black with #236142

Text Example


Text Example

White with #236142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236142; }

 p { color: rgb(35,97,66); }

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

background-color css

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

 a { background-color: rgb(35,97,66); }

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

border-color css

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

 span { border-color: rgb(35,97,66); }

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