Html Css Color HEX #235E2A Parsley

📋 copy color: '#235E2A'

red 35 ◦ green 94 ◦ blue 42

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

Shades of Parsley #235E2A

Tints of Parsley #235E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 20.47%
G = 54.97%
B = 24.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#235E2A (or 0x235E2A) is known color: Parsley. HEX triplet: 23, 5E and 2A. RGB value is (35,94,42). Sum of RGB (Red+Green+Blue) = 35+94+42=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 94 (37.11% from 255 or 54.97% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 94 - color contains mainly: green. Hex color #235E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E2A is #DCA1D5. Grayscale: #464646. Windows color (decimal): -14459350 or 2776611. OLE color: 2776611.

HSL color Cylindrical-coordinate representation of color #235E2A: hue angle of 127.12º 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 #235E2A is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 94 42 -
CMYK 0.63 0 0.55 0.63
HSL 127.12º 0.46% 0.25% -
HSV(B) 127.12º 0.63% 0.37% -
XYZ 5.11 8.53 3.57 -
YUV 70.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 35 94 42 0.63 0 0.55 0.63 127.12 0.46 0.25
Hex 23 5E 2A 3F 0 37 3F 7F 2E 19
Octal 43 136 52 77 0 67 77 177 56 31
Binary 100011 1011110 101010 111111 0 110111 111111 1111111 101110 11001

Color Harmonies of #235E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235E2A

Black with #235E2A

Text Example


Text Example

White with #235E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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