Html Css Color HEX #235A2A Parsley

📋 copy color: '#235A2A'

red 35 ◦ green 90 ◦ blue 42

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

Shades of Parsley #235A2A

Tints of Parsley #235A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.89%

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

R = 20.96%
G = 53.89%
B = 25.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#235A2A (or 0x235A2A) is known color: Parsley. HEX triplet: 23, 5A and 2A. RGB value is (35,90,42). Sum of RGB (Red+Green+Blue) = 35+90+42=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #235A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A2A is #DCA5D5. Grayscale: #444444. Windows color (decimal): -14460374 or 2775587. OLE color: 2775587.

HSL color Cylindrical-coordinate representation of color #235A2A: hue angle of 127.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235A2A is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 90 42 -
CMYK 0.61 0 0.53 0.65
HSL 127.64º 0.44% 0.25% -
HSV(B) 127.64º 0.61% 0.35% -
XYZ 4.77 7.84 3.45 -
YUV 68.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 35 90 42 0.61 0 0.53 0.65 127.64 0.44 0.25
Hex 23 5A 2A 3D 0 35 41 80 2C 19
Octal 43 132 52 75 0 65 101 200 54 31
Binary 100011 1011010 101010 111101 0 110101 1000001 10000000 101100 11001

Color Harmonies of #235A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A2A

Black with #235A2A

Text Example


Text Example

White with #235A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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