Html Css Color HEX #235C2D Parsley

📋 copy color: '#235C2D'

red 35 ◦ green 92 ◦ blue 45

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

Shades of Parsley #235C2D

Tints of Parsley #235C2D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.49%

 BLUE value IS 45 (17.97% from 255) = 26.16%

R = 20.35%
G = 53.49%
B = 26.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#235C2D (or 0x235C2D) is known color: Parsley. HEX triplet: 23, 5C and 2D. RGB value is (35,92,45). Sum of RGB (Red+Green+Blue) = 35+92+45=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #235C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C2D is #DCA3D2. Grayscale: #454545. Windows color (decimal): -14459859 or 2972707. OLE color: 2972707.

HSL color Cylindrical-coordinate representation of color #235C2D: hue angle of 130.53º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235C2D is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 92 45 -
CMYK 0.62 0 0.51 0.64
HSL 130.53º 0.45% 0.25% -
HSV(B) 130.53º 0.62% 0.36% -
XYZ 4.99 8.2 3.8 -
YUV 69.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 35 92 45 0.62 0 0.51 0.64 130.53 0.45 0.25
Hex 23 5C 2D 3E 0 33 40 83 2D 19
Octal 43 134 55 76 0 63 100 203 55 31
Binary 100011 1011100 101101 111110 0 110011 1000000 10000011 101101 11001

Color Harmonies of #235C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235C2D

Black with #235C2D

Text Example


Text Example

White with #235C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,92,45); }

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

background-color css

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

 a { background-color: rgb(35,92,45); }

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

border-color css

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

 span { border-color: rgb(35,92,45); }

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