Html Css Color HEX #268D3C Japanese Laurel

📋 copy color: '#268D3C'

red 38 ◦ green 141 ◦ blue 60

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

Shades of Japanese Laurel #268D3C

Tints of Japanese Laurel #268D3C

RGB

 RED value IS 38 (15.23% from 255) = 15.9%

 GREEN value IS 141 (55.47% from 255) = 59%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 15.9%
G = 59%
B = 25.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#268D3C (or 0x268D3C) is known color: Japanese Laurel. HEX triplet: 26, 8D and 3C. RGB value is (38,141,60). Sum of RGB (Red+Green+Blue) = 38+141+60=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #268D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268D3C is #D972C3. Grayscale: #656565. Windows color (decimal): -14250692 or 3968294. OLE color: 3968294.

HSL color Cylindrical-coordinate representation of color #268D3C: hue angle of 132.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268D3C is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 141 60 -
CMYK 0.73 0 0.57 0.45
HSL 132.82º 0.58% 0.35% -
HSV(B) 132.82º 0.73% 0.55% -
XYZ 11.14 19.79 7.51 -
YUV 100.97 104.88 83.09 -
System Red Green Blue C M Y K H S L
Decimal 38 141 60 0.73 0 0.57 0.45 132.82 0.58 0.35
Hex 26 8D 3C 49 0 39 2D 85 3A 23
Octal 46 215 74 111 0 71 55 205 72 43
Binary 100110 10001101 111100 1001001 0 111001 101101 10000101 111010 100011

Color Harmonies of #268D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268D3C

Black with #268D3C

Text Example


Text Example

White with #268D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268D3C; }

 p { color: rgb(38,141,60); }

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

background-color css

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

 a { background-color: rgb(38,141,60); }

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

border-color css

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

 span { border-color: rgb(38,141,60); }

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