Html Css Color HEX #248338 Japanese Laurel

📋 copy color: '#248338'

red 36 ◦ green 131 ◦ blue 56

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

Shades of Japanese Laurel #248338

Tints of Japanese Laurel #248338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 16.14%
G = 58.74%
B = 25.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#248338 (or 0x248338) is known color: Japanese Laurel. HEX triplet: 24, 83 and 38. RGB value is (36,131,56). Sum of RGB (Red+Green+Blue) = 36+131+56=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #248338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248338 is #DB7CC7. Grayscale: #5E5E5E. Windows color (decimal): -14384328 or 3703588. OLE color: 3703588.

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

Color convert

RGB 36 131 56 -
CMYK 0.73 0 0.57 0.49
HSL 132.63º 0.57% 0.33% -
HSV(B) 132.63º 0.73% 0.51% -
XYZ 9.56 16.89 6.5 -
YUV 94.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 36 131 56 0.73 0 0.57 0.49 132.63 0.57 0.33
Hex 24 83 38 49 0 39 31 85 39 21
Octal 44 203 70 111 0 71 61 205 71 41
Binary 100100 10000011 111000 1001001 0 111001 110001 10000101 111001 100001

Color Harmonies of #248338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248338

Black with #248338

Text Example


Text Example

White with #248338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248338; }

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

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

background-color css

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

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

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

border-color css

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

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

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