Html Css Color HEX #248634 Japanese Laurel

📋 copy color: '#248634'

red 36 ◦ green 134 ◦ blue 52

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

Shades of Japanese Laurel #248634

Tints of Japanese Laurel #248634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.36%

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

R = 16.22%
G = 60.36%
B = 23.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#248634 (or 0x248634) is known color: Japanese Laurel. HEX triplet: 24, 86 and 34. RGB value is (36,134,52). Sum of RGB (Red+Green+Blue) = 36+134+52=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #248634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248634 is #DB79CB. Grayscale: #5F5F5F. Windows color (decimal): -14383564 or 3442212. OLE color: 3442212.

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

Color convert

RGB 36 134 52 -
CMYK 0.73 0 0.61 0.47
HSL 129.8º 0.58% 0.33% -
HSV(B) 129.8º 0.73% 0.53% -
XYZ 9.87 17.67 6.14 -
YUV 95.35 103.53 85.67 -
System Red Green Blue C M Y K H S L
Decimal 36 134 52 0.73 0 0.61 0.47 129.8 0.58 0.33
Hex 24 86 34 49 0 3D 2F 82 3A 21
Octal 44 206 64 111 0 75 57 202 72 41
Binary 100100 10000110 110100 1001001 0 111101 101111 10000010 111010 100001

Color Harmonies of #248634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248634

Black with #248634

Text Example


Text Example

White with #248634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248634; }

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

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

background-color css

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

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

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

border-color css

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

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

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