Html Css Color HEX #245B30 Parsley

📋 copy color: '#245B30'

red 36 ◦ green 91 ◦ blue 48

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

Shades of Parsley #245B30

Tints of Parsley #245B30

RGB

 RED value IS 36 (14.45% from 255) = 20.57%

 GREEN value IS 91 (35.94% from 255) = 52%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 20.57%
G = 52%
B = 27.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#245B30 (or 0x245B30) is known color: Parsley. HEX triplet: 24, 5B and 30. RGB value is (36,91,48). Sum of RGB (Red+Green+Blue) = 36+91+48=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #245B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B30 is #DBA4CF. Grayscale: #454545. Windows color (decimal): -14394576 or 3169060. OLE color: 3169060.

HSL color Cylindrical-coordinate representation of color #245B30: hue angle of 133.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B30 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 91 48 -
CMYK 0.60 0 0.47 0.64
HSL 133.09º 0.43% 0.25% -
HSV(B) 133.09º 0.6% 0.36% -
XYZ 5 8.07 4.09 -
YUV 69.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 36 91 48 0.60 0 0.47 0.64 133.09 0.43 0.25
Hex 24 5B 30 3C 0 2F 40 85 2B 19
Octal 44 133 60 74 0 57 100 205 53 31
Binary 100100 1011011 110000 111100 0 101111 1000000 10000101 101011 11001

Color Harmonies of #245B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B30

Black with #245B30

Text Example


Text Example

White with #245B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245B30; }

 p { color: rgb(36,91,48); }

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

background-color css

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

 a { background-color: rgb(36,91,48); }

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

border-color css

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

 span { border-color: rgb(36,91,48); }

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