Html Css Color HEX #248534 Japanese Laurel

📋 copy color: '#248534'

red 36 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #248534

Tints of Japanese Laurel #248534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.18%

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 16.29%
G = 60.18%
B = 23.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#248534 (or 0x248534) is known color: Japanese Laurel. HEX triplet: 24, 85 and 34. RGB value is (36,133,52). Sum of RGB (Red+Green+Blue) = 36+133+52=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #248534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248534 is #DB7ACB. Grayscale: #5E5E5E. Windows color (decimal): -14383820 or 3441956. OLE color: 3441956.

HSL color Cylindrical-coordinate representation of color #248534: hue angle of 129.9º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248534 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 52 -
CMYK 0.73 0 0.61 0.48
HSL 129.9º 0.57% 0.33% -
HSV(B) 129.9º 0.73% 0.52% -
XYZ 9.73 17.4 6.09 -
YUV 94.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 36 133 52 0.73 0 0.61 0.48 129.9 0.57 0.33
Hex 24 85 34 49 0 3D 30 82 39 21
Octal 44 205 64 111 0 75 60 202 71 41
Binary 100100 10000101 110100 1001001 0 111101 110000 10000010 111001 100001

Color Harmonies of #248534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248534

Black with #248534

Text Example


Text Example

White with #248534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248534; }

 p { color: rgb(36,133,52); }

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

background-color css

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

 a { background-color: rgb(36,133,52); }

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

border-color css

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

 span { border-color: rgb(36,133,52); }

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