Html Css Color HEX #248433 Japanese Laurel

📋 copy color: '#248433'

red 36 ◦ green 132 ◦ blue 51

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

Shades of Japanese Laurel #248433

Tints of Japanese Laurel #248433

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.27%

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 16.44%
G = 60.27%
B = 23.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#248433 (or 0x248433) is known color: Japanese Laurel. HEX triplet: 24, 84 and 33. RGB value is (36,132,51). Sum of RGB (Red+Green+Blue) = 36+132+51=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #248433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248433 is #DB7BCC. Grayscale: #5E5E5E. Windows color (decimal): -14384077 or 3376164. OLE color: 3376164.

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

Color convert

RGB 36 132 51 -
CMYK 0.73 0 0.61 0.48
HSL 129.38º 0.57% 0.33% -
HSV(B) 129.38º 0.73% 0.52% -
XYZ 9.58 17.12 5.93 -
YUV 94.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 36 132 51 0.73 0 0.61 0.48 129.38 0.57 0.33
Hex 24 84 33 49 0 3D 30 81 39 21
Octal 44 204 63 111 0 75 60 201 71 41
Binary 100100 10000100 110011 1001001 0 111101 110000 10000001 111001 100001

Color Harmonies of #248433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248433

Black with #248433

Text Example


Text Example

White with #248433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248433; }

 p { color: rgb(36,132,51); }

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

background-color css

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

 a { background-color: rgb(36,132,51); }

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

border-color css

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

 span { border-color: rgb(36,132,51); }

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