Html Css Color HEX #248330 Japanese Laurel

📋 copy color: '#248330'

red 36 ◦ green 131 ◦ blue 48

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

Shades of Japanese Laurel #248330

Tints of Japanese Laurel #248330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.93%

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

R = 16.74%
G = 60.93%
B = 22.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#248330 (or 0x248330) is known color: Japanese Laurel. HEX triplet: 24, 83 and 30. RGB value is (36,131,48). Sum of RGB (Red+Green+Blue) = 36+131+48=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #248330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248330 is #DB7CCF. Grayscale: #5D5D5D. Windows color (decimal): -14384336 or 3179300. OLE color: 3179300.

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

Color convert

RGB 36 131 48 -
CMYK 0.73 0 0.63 0.49
HSL 127.58º 0.57% 0.33% -
HSV(B) 127.58º 0.73% 0.51% -
XYZ 9.38 16.82 5.55 -
YUV 93.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 36 131 48 0.73 0 0.63 0.49 127.58 0.57 0.33
Hex 24 83 30 49 0 3F 31 80 39 21
Octal 44 203 60 111 0 77 61 200 71 41
Binary 100100 10000011 110000 1001001 0 111111 110001 10000000 111001 100001

Color Harmonies of #248330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248330

Black with #248330

Text Example


Text Example

White with #248330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248330; }

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

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

background-color css

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

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

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

border-color css

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

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

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