Html Css Color HEX #238038 Japanese Laurel

📋 copy color: '#238038'

red 35 ◦ green 128 ◦ blue 56

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

Shades of Japanese Laurel #238038

Tints of Japanese Laurel #238038

RGB

 RED value IS 35 (14.06% from 255) = 15.98%

 GREEN value IS 128 (50.39% from 255) = 58.45%

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

R = 15.98%
G = 58.45%
B = 25.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#238038 (or 0x238038) is known color: Japanese Laurel. HEX triplet: 23, 80 and 38. RGB value is (35,128,56). Sum of RGB (Red+Green+Blue) = 35+128+56=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #238038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238038 is #DC7FC7. Grayscale: #5C5C5C. Windows color (decimal): -14450632 or 3702819. OLE color: 3702819.

HSL color Cylindrical-coordinate representation of color #238038: hue angle of 133.55º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238038 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 128 56 -
CMYK 0.73 0 0.56 0.50
HSL 133.55º 0.57% 0.32% -
HSV(B) 133.55º 0.73% 0.5% -
XYZ 9.13 16.08 6.36 -
YUV 91.99 107.69 87.35 -
System Red Green Blue C M Y K H S L
Decimal 35 128 56 0.73 0 0.56 0.50 133.55 0.57 0.32
Hex 23 80 38 49 0 38 32 86 39 20
Octal 43 200 70 111 0 70 62 206 71 40
Binary 100011 10000000 111000 1001001 0 111000 110010 10000110 111001 100000

Color Harmonies of #238038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238038

Black with #238038

Text Example


Text Example

White with #238038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238038; }

 p { color: rgb(35,128,56); }

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

background-color css

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

 a { background-color: rgb(35,128,56); }

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

border-color css

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

 span { border-color: rgb(35,128,56); }

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