Html Css Color HEX #248130 Japanese Laurel

📋 copy color: '#248130'

red 36 ◦ green 129 ◦ blue 48

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

Shades of Japanese Laurel #248130

Tints of Japanese Laurel #248130

RGB

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

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

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

R = 16.9%
G = 60.56%
B = 22.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#248130 (or 0x248130) is known color: Japanese Laurel. HEX triplet: 24, 81 and 30. RGB value is (36,129,48). Sum of RGB (Red+Green+Blue) = 36+129+48=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #248130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248130 is #DB7ECF. Grayscale: #5C5C5C. Windows color (decimal): -14384848 or 3178788. OLE color: 3178788.

HSL color Cylindrical-coordinate representation of color #248130: hue angle of 127.74º 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 #248130 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 129 48 -
CMYK 0.72 0 0.63 0.49
HSL 127.74º 0.56% 0.32% -
HSV(B) 127.74º 0.72% 0.51% -
XYZ 9.11 16.29 5.46 -
YUV 91.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 36 129 48 0.72 0 0.63 0.49 127.74 0.56 0.32
Hex 24 81 30 48 0 3F 31 80 38 20
Octal 44 201 60 110 0 77 61 200 70 40
Binary 100100 10000001 110000 1001000 0 111111 110001 10000000 111000 100000

Color Harmonies of #248130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248130

Black with #248130

Text Example


Text Example

White with #248130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248130; }

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

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

background-color css

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

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

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

border-color css

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

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

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