Html Css Color HEX #248134 Japanese Laurel

📋 copy color: '#248134'

red 36 ◦ green 129 ◦ blue 52

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

Shades of Japanese Laurel #248134

Tints of Japanese Laurel #248134

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.45%

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

R = 16.59%
G = 59.45%
B = 23.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#248134 (or 0x248134) is known color: Japanese Laurel. HEX triplet: 24, 81 and 34. RGB value is (36,129,52). Sum of RGB (Red+Green+Blue) = 36+129+52=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #248134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248134 is #DB7ECB. Grayscale: #5C5C5C. Windows color (decimal): -14384844 or 3440932. OLE color: 3440932.

HSL color Cylindrical-coordinate representation of color #248134: hue angle of 130.32º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248134 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 129 52 -
CMYK 0.72 0 0.60 0.49
HSL 130.32º 0.56% 0.32% -
HSV(B) 130.32º 0.72% 0.51% -
XYZ 9.2 16.32 5.91 -
YUV 92.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 36 129 52 0.72 0 0.60 0.49 130.32 0.56 0.32
Hex 24 81 34 48 0 3C 31 82 38 20
Octal 44 201 64 110 0 74 61 202 70 40
Binary 100100 10000001 110100 1001000 0 111100 110001 10000010 111000 100000

Color Harmonies of #248134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248134

Black with #248134

Text Example


Text Example

White with #248134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248134; }

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

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

background-color css

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

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

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

border-color css

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

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

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